home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / src / parms.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-18  |  278 b   |  9 lines

  1. #define PLHOME       "/staff/jan/lib/pl-2.0.6"
  2. #define DEFSTARTUP   ".plrc"
  3. #define PLVERSION    "2.0.6"
  4. #define ARCH        "sparc-sunos4.1.3"
  5. #define C_LIBS        "-lreadline -ltermcap -lm -ldl"
  6. #define C_STATICLIBS "/usr/lib/libc.a"
  7. #define C_CC        "gcc"
  8. #define C_LDFLAGS    ""
  9.